home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
2,000 Greater & Lesser Mysteries
/
2,000 Greater and Lesser Mysteries.iso
/
predict
/
iching
/
icremove.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-06-10
|
283 b
|
17 lines
echo off
if "%1" =="" echo Invalid drive: format is ICREMOVE d: - where d is drive
if "%1" =="" pause
if "%1" =="" goto :end
%1
cd \iching
del text
rd text
del texth
rd texth
del textl
rd textl
echo Now type DEL ICHING
echo then RD ICHING
pause
:end